broke the OS/X build becuase of link order.
Will someone please tell me again how great autoconf is?
CTVS: ----------------------------------------------------------------------
*-*-darwin*)
if test "x$ac_cv_lib_usb_usb_interrupt_read" = "xyes" ; then
USB_LIBS="`libusb-config --prefix`/lib/libusb.a -framework IOKit -framework CoreFoundation"
+ LDFLAGS=$OLDFLAGS
+ CDFLAGS=$OCDFLAGS
fi
esac
OSJEEPS=jeeps/gpslibusb.o
*-*-darwin*)
if test -f /sw/lib/libexpat.a ; then
EXPAT_LIB=/sw/lib/libexpat.a
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_LIBEXPAT 1
+_ACEOF
+
+
fi
;;
*)
*-*-darwin*)
if test "x$ac_cv_lib_usb_usb_interrupt_read" = "xyes" ; then
USB_LIBS="`libusb-config --prefix`/lib/libusb.a -framework IOKit -framework CoreFoundation"
+ LDFLAGS=$OLDFLAGS
+ CDFLAGS=$OCDFLAGS
fi
esac
OSJEEPS=jeeps/gpslibusb.o
*-*-darwin*)
if test -f /sw/lib/libexpat.a ; then
EXPAT_LIB=/sw/lib/libexpat.a
+ AC_DEFINE(HAVE_LIBEXPAT, 1, [Defined if you have libexpat])
+ AC_SUBST(EXPAT_LIB)
fi
;;
*)